[INFO] cloning repository https://github.com/take44444/generic-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/take44444/generic-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 50acaaec9c596aed7f7290a9fe988cd03c670b97
[INFO] checking take44444/generic-harness against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftake44444%2Fgeneric-harness" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/take44444/generic-harness
[INFO] finished tweaking git repo https://github.com/take44444/generic-harness
[INFO] tweaked toml for git repo https://github.com/take44444/generic-harness written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/take44444/generic-harness on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/take44444/generic-harness already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-log v0.2.21
[INFO] [stderr]   Downloaded test-log-core v0.2.21
[INFO] [stderr]   Downloaded ctor v0.6.3
[INFO] [stderr]   Downloaded test-log-macros v0.2.21
[INFO] [stderr]   Downloaded ctor-proc-macro v0.0.7
[INFO] [stderr]   Downloaded cached_proc_macro v0.25.0
[INFO] [stderr]   Downloaded rmcp-macros v1.7.0
[INFO] [stderr]   Downloaded pastey v0.2.3
[INFO] [stderr]   Downloaded bm25 v2.3.2
[INFO] [stderr]   Downloaded cached v0.56.0
[INFO] [stderr]   Downloaded stop-words v0.9.0
[INFO] [stderr]   Downloaded deunicode v1.6.2
[INFO] [stderr]   Downloaded rmcp v1.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423
[INFO] running `Command { std: "docker" "start" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling cached_proc_macro v0.25.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling rmcp v1.7.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking cached v0.56.0
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling test-log-core v0.2.21
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking dtor v0.1.1
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]    Compiling test-log-macros v0.2.21
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.24.1+spec-1.1.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking which v8.0.2
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling tracing-test-macro v0.2.6
[INFO] [stderr]    Compiling serial_test_derive v3.5.0
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking tracing-test v0.2.6
[INFO] [stderr]     Checking insta v1.47.2
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking test-log v0.2.21
[INFO] [stderr]     Checking tracing-opentelemetry v0.32.1
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]     Checking ctor v0.6.3
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking serial_test v3.5.0
[INFO] [stderr]    Compiling stop-words v0.9.0
[INFO] [stderr]    Compiling rmcp-macros v1.7.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking bm25 v2.3.2
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking generic-harness v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `sess`
[INFO] [stdout]  --> src/session/handlers.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_sess`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sess`
[INFO] [stdout]  --> src/session/handlers.rs:5:37
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                                     ^^^^ help: if this is intentional, prefix it with an underscore: `_sess`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HarnessResult` is never used
[INFO] [stdout]  --> src/error.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type HarnessResult<T> = std::result::Result<T, HarnessErr>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HarnessErr` is never used
[INFO] [stdout]  --> src/error.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HarnessErr {
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HarnessThread` is never constructed
[INFO] [stdout]  --> src/harness_thread.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct HarnessThread {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/harness_thread.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl HarnessThread {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(harness: Harness) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AdditionalContextKind` is never used
[INFO] [stdout]   --> src/protocol.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum AdditionalContextKind {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AdditionalContextEntry` is never constructed
[INFO] [stdout]   --> src/protocol.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AdditionalContextEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReviewDecision` is never used
[INFO] [stdout]   --> src/protocol.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ReviewDecision {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteRange` is never constructed
[INFO] [stdout]   --> src/protocol.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ByteRange {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TextElement` is never constructed
[INFO] [stdout]   --> src/protocol.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct TextElement {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserInput` is never used
[INFO] [stdout]   --> src/protocol.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub enum UserInput {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputAnswer` is never constructed
[INFO] [stdout]   --> src/protocol.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct RequestUserInputAnswer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputResponse` is never constructed
[INFO] [stdout]   --> src/protocol.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct RequestUserInputResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Op` is never used
[INFO] [stdout]   --> src/protocol.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub enum Op {
[INFO] [stdout]    |          ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Harness` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Harness {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SessionLoopTermination` is never used
[INFO] [stdout]   --> src/session/mod.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) type SessionLoopTermination = Shared<BoxFuture<'static, ()>>;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `spawn` and `shutdown_and_wait` are never used
[INFO] [stdout]   --> src/session/mod.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Harness {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 27 |     pub(crate) async fn spawn() -> HarnessResult<Self> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn shutdown_and_wait(&self) -> HarnessResult<()> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `session_loop_termination_from_handle` is never used
[INFO] [stdout]   --> src/session/mod.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub(crate) fn session_loop_termination_from_handle(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submission_loop` is never used
[INFO] [stdout]  --> src/session/handlers.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]  --> src/session/session.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) struct Session {}
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/session/session.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl Session {
[INFO] [stdout]   | ------------ associated function in this implementation
[INFO] [stdout] 9 |     pub(crate) async fn new() -> Arc<Self> {
[INFO] [stdout]   |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadId` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ThreadId {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/thread_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ThreadId {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadManager` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct ThreadManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `start_thread` are never used
[INFO] [stdout]   --> src/thread_manager.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl ThreadManager {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 37 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub async fn start_thread(&self) -> HarnessResult<Arc<HarnessThread>> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HarnessResult` is never used
[INFO] [stdout]  --> src/error.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type HarnessResult<T> = std::result::Result<T, HarnessErr>;
[INFO] [stdout]   |          ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HarnessErr` is never used
[INFO] [stdout]  --> src/error.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum HarnessErr {
[INFO] [stdout]   |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HarnessThread` is never constructed
[INFO] [stdout]  --> src/harness_thread.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct HarnessThread {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/harness_thread.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl HarnessThread {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(harness: Harness) -> Self {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AdditionalContextKind` is never used
[INFO] [stdout]   --> src/protocol.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum AdditionalContextKind {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AdditionalContextEntry` is never constructed
[INFO] [stdout]   --> src/protocol.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AdditionalContextEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ReviewDecision` is never used
[INFO] [stdout]   --> src/protocol.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub enum ReviewDecision {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ByteRange` is never constructed
[INFO] [stdout]   --> src/protocol.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct ByteRange {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TextElement` is never constructed
[INFO] [stdout]   --> src/protocol.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct TextElement {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserInput` is never used
[INFO] [stdout]   --> src/protocol.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub enum UserInput {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputAnswer` is never constructed
[INFO] [stdout]   --> src/protocol.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct RequestUserInputAnswer {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestUserInputResponse` is never constructed
[INFO] [stdout]   --> src/protocol.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct RequestUserInputResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Op` is never used
[INFO] [stdout]   --> src/protocol.rs:97:10
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub enum Op {
[INFO] [stdout]    |          ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Harness` is never constructed
[INFO] [stdout]   --> src/session/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Harness {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SessionLoopTermination` is never used
[INFO] [stdout]   --> src/session/mod.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub(crate) type SessionLoopTermination = Shared<BoxFuture<'static, ()>>;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `spawn` and `shutdown_and_wait` are never used
[INFO] [stdout]   --> src/session/mod.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl Harness {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 27 |     pub(crate) async fn spawn() -> HarnessResult<Self> {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn shutdown_and_wait(&self) -> HarnessResult<()> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `session_loop_termination_from_handle` is never used
[INFO] [stdout]   --> src/session/mod.rs:52:15
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub(crate) fn session_loop_termination_from_handle(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submission_loop` is never used
[INFO] [stdout]  --> src/session/handlers.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) async fn submission_loop(sess: Arc<Session>) {
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]  --> src/session/session.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub(crate) struct Session {}
[INFO] [stdout]   |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/session/session.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl Session {
[INFO] [stdout]   | ------------ associated function in this implementation
[INFO] [stdout] 9 |     pub(crate) async fn new() -> Arc<Self> {
[INFO] [stdout]   |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadId` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ThreadId {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/thread_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ThreadId {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 17 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ThreadManager` is never constructed
[INFO] [stdout]   --> src/thread_manager.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct ThreadManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `start_thread` are never used
[INFO] [stdout]   --> src/thread_manager.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl ThreadManager {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 37 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub async fn start_thread(&self) -> HarnessResult<Arc<HarnessThread>> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423", kill_on_drop: false }`
[INFO] [stdout] e97d2919336522e5564a822c9ccc3cfea6f920f02c02766203316756e0b43423
